home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_hylafax.idb / usr / freeware / man / cat4 / info.Z / info
Encoding:
Text File  |  1999-07-16  |  7.0 KB  |  131 lines

  1.  
  2.  
  3.  
  4. IIIINNNNFFFFOOOO((((4444FFFF))))        UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((FFFFeeeebbbbrrrruuuuaaaarrrryyyy 11110000,,,, 1111999999996666))))        IIIINNNNFFFFOOOO((((4444FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      info - remote device capability database
  10.  
  11. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  12.      The iiiinnnnffffoooo subdirectory in the _H_y_l_a_F_A_X spooling area holds
  13.      information about the capabilities and status of devices
  14.      that have been called.  One file exists for each device,
  15.      with the filename created from the remote device's fully-
  16.      qualified phone number.  Files have a simple ASCII format.
  17.      Each line is of the form
  18.           [&&&&]ttttaaaagggg: _v_a_l_u_e
  19.      where a _t_a_g identifies a capability and a _v_a_l_u_e is either a
  20.      string, number, or boolean value.  An optional ``&'' at the
  21.      front of the line indicates that the tag's value is _l_o_c_k_e_d
  22.      _d_o_w_n and should not be updated by the server.  This facility
  23.      is useful for restricting the capabilities used with a
  24.      particular machine.
  25.  
  26.      The following items are recorded:
  27.           TTTTaaaagggg                   TTTTyyyyppppeeee       DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn
  28.           calledBefore          boolean    device has previously answered at this number
  29.           dialFailures          number     count of consecutive failed dial operations
  30.           lastDialFailure       string     reason for last failed dial operation
  31.           lastSendFailure       string     reason for last failed send attempt
  32.           maxPageWidth          number     maximum page width in pixels
  33.           maxPageLength         number     maximum page length in millimeters
  34.           maxSignallingRate     string     maximum signalling rate (bits/sec) to use
  35.           minScanlineTime       string     minimum scanline time
  36.           pagerMaxMsgLength     number     length of longest allowed text message
  37.           pagerPassword         string     password string send to service provider
  38.           pagerSetupCmds        string     commands for setting up modem for a specific service provider
  39.           pagerTTYParity        string     parity & # bits configuration for IXO/TAP communication
  40.           pageSource            string     parameter to tell the paging central who we are
  41.           pagingProtocol        string     protocol (IXO or UCP) for this provider
  42.           remoteCSI             string     remote device Called Subscriber Identification
  43.           sendFailures          number     count of consecutive failed send attempts
  44.           supportsHighRes       boolean    accepts 196 line/inch images
  45.           supports2DEncoding    boolean    accepts Group 2D encoding
  46.           supportsPostScript    boolean    accepts Adobe POSTSCRIPT transfer protocol
  47.  
  48.      The _H_y_l_a_F_A_X scheduler, _f_a_x_q(1M), uses the information stored
  49.      in this directory when deciding if a call should be placed
  50.      and when preparing documents for transmission.  If a remote
  51.      device's capabilities are known, then document preparation
  52.      is constrained and/or optimized according to the
  53.      capabilities.  Otherwise, documents are prepared without
  54.      regard for the remote device's capabilities and if a
  55.      capability mismatch is encountered the session is terminated
  56.      and the documents are reformatted using the newly discovered
  57.      capabilities.
  58.  
  59.  
  60. Page 1                                          (printed 6/24/99)
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. IIIINNNNFFFFOOOO((((4444FFFF))))        UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((FFFFeeeebbbbrrrruuuuaaaarrrryyyy 11110000,,,, 1111999999996666))))        IIIINNNNFFFFOOOO((((4444FFFF))))
  68.  
  69.  
  70.  
  71.      The _c_a_l_l_e_d_B_e_f_o_r_e item is used by _f_a_x_s_e_n_d to decide whether
  72.      or not to redial a phone number when encountering certain
  73.      errors.  For example, if a dialing command results in a ``NO
  74.      CARRIER'' result, then the number will not be retried unless
  75.      the number has previously been dialed successfully.
  76.  
  77.      The _m_i_n_S_c_a_n_l_i_n_e_T_i_m_e item indicates the minimum scanline time
  78.      parameter used for facsimile transmissions.  Acceptable
  79.      values are:  ``0ms'', ``5ms'', ``10ms/5ms'', ``10ms'',
  80.      ``20ms/10ms'', ``20ms'', ``40ms/20ms'', and ``40ms''.
  81.      (Values of the form _X/_Y mean to use _X for 98 lpi images and
  82.      _Y for 196 lpi images.)
  83.  
  84.      The _p_a_g_e_r_T_T_Y_P_a_r_i_t_y item specifies the communication
  85.      parameters to use when communicating with the IXO/TAP
  86.      service provider.  Acceptable values are:  ``even'' (7 bits,
  87.      even parity), ``odd'' (7 bits, odd parity), and ``none'' (8
  88.      bits, no parity).  If nothing is specified then ``even'' is
  89.      used per the standard.
  90.  
  91.      The _p_a_g_e_r_M_a_x_M_s_g_L_e_n_g_t_h, _p_a_g_e_r_P_a_s_s_w_o_r_d, and _p_a_g_e_r_T_T_Y_P_a_r_i_t_y
  92.      items can be setup according to the requirements of a pager
  93.      service provider; they typically are locked down so that
  94.      their values are not lost during updates.
  95.  
  96.      The _p_a_g_e_r_S_e_t_u_p_C_m_d_s can be used to define AT commands for
  97.      setting up the modem for a specific service provider.  This
  98.      value overwrites the settings defined in _c_o_n_f_i_g(4F).
  99.  
  100.      The _p_a_g_e_S_o_u_r_c_e parameter can be used to tell the paging
  101.      central who we are.  It usually contains a SMS answerable
  102.      mobile number. It is only used for the UCP part of
  103.      _s_e_n_d_p_a_g_e(1M).  NNNNooootttteeee::::  This parameter should be used from
  104.      user-land _s_e_n_d_p_a_g_e(1) and will be removed later.
  105.  
  106.      The _p_a_g_i_n_g_P_r_o_t_o_c_o_l defines which protocol, UCP or IXO,
  107.      should be used to send the message to the service provider.
  108.      It defaults to ``ixo''; for UCP set ``ucp''.
  109.  
  110. NNNNOOOOTTTTEEEESSSS
  111.      _f_a_x_s_e_n_d, _p_a_g_e_s_e_n_d, and _f_a_x_q automatically create and update
  112.      entries in the iiiinnnnffffoooo directory, as required.
  113.  
  114.      The data in this directory is simply a _c_a_c_h_e of remote
  115.      capabilities and, except for locked down items, can be
  116.      safely purged at any time.  The _f_a_x_c_r_o_n(1M) script, for
  117.      example, periodically purges unlocked entries in this
  118.      directory that have not been accessed in 30 days.
  119.  
  120. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  121.      _f_a_x_c_r_o_n(1M), _f_a_x_q(1M), _f_a_x_s_e_n_d(1M), _p_a_g_e_s_e_n_d(1M), _c_i_n_f_o(4F),
  122.      _c_o_n_f_i_g(4F)
  123.  
  124.  
  125.  
  126. Page 2                                          (printed 6/24/99)
  127.  
  128.  
  129.  
  130.